CommonEvent 1043
Name = "会話：ナマズ娘"

  999([1043])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I am your elder.\nShow a little respect, I swear..."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>It should be obvious that I am a mermaid.\nBut I am not quite as nimble as the typical mermaid."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>Catfish are the same as earth spirits.\nWe can use the power of the earth and even cause earthquakes."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I am, in fact, an electric catfish.\nI can unleash a powerful electric current from my body."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["namazu_fc1", 2, 0, 2])
    ShowText(["\\n<Catfish Girl>My body is covered in mucus, which makes it a real pain to climb onto sandy beaches.\nAhhh, I'm covered in sand."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>This catfish body is surprisingly sensitive.\nI secrete mucus to protect my skin."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["namazu_fc1", 2, 0, 2])
    ShowText(["\\n<Catfish Girl>What are you doing here, kid?\nThis area is my territory."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>If you make me angry, you will feel the wrath of the earth.\nIf you don't like earthquakes, be kind to the elderly."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I don't usually attack people.\nBut you entered my territory, so here I go."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>Most catfish live in freshwater.\nBut I have lived so long I can even survive in the sea."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I have gained many talents in my long life...\nDo you know what they are?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["You can cause earthquakes", "You can breathe fire", "You can produce an electric current", "You can predict the end of the world"], 0])
    When([0, "地震を起こせる"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That is one. Catfish are in tune with the earth.\nThat being the case, causing earthquakes is easy."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "火を吐ける"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>Wh-what...\nI'm not a dragon."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "電流を放てる"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That is one. I am an electric catfish.\nThat being the case, producing an electric current is easy."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([3, "世界の破滅を予言できる"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That's crazy...\nYou are too young to think of something so frightening."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>My motto is \"everything in moderation.\"\nSo, what is your motto?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["The coexistence of monsters and humans", "World peace", "The eradication of monsters", "Nothing in particular"], 0])
    When([0, "人と魔物の共存"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That's wonderful.\nI can see that you are a fine young man."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "世界平和"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That is quite the aspiration.\nBut you can never dream too big."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "魔物絶滅"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>Hmm, what a troublesome young man.\nI fear for society if someone so young has such a twisted mind."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([3, "特にない"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>You don't have one? Hmm...\nYou are too young to be so nihilistic."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>This might be an odd question...\nBut how old do you think I am?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["20 years old", "100 years old", "1000 years old", "10000 years old"], 0])
    When([0, "20歳"])
      ShowTextAttributes(["namazu_fc1", 1, 0, 2])
      ShowText(["\\n<Catfish Girl>Surely you don't think I am that young.\nIt makes me happy, but isn't that too much flattery?"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "100歳"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That is correct.\nIt may be surprising, but that is how old I am."])
      ShowText([""])
      ShowText([""])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>There are lots of little girls that are actually quite old.\nThere are even those in this world who are much older than I am."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "1000歳"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>That'd make me a high-ranking monster, indeed...\nI'm nowhere near that old, though."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([3, "10000歳"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>That'd make me a legend among monsters!\nThat's older than even the Great Monster Wars."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>Playing go is my hobby, but I don't get many opponents in the sea.\nWhat's your hobby, by the way?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Cooking", "\"Playing\" with women", "Monster hunting", "Nothing in particular"], 0])
    When([0, "料理"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>Wow, I'm impressed.\nAre you married?"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "女遊び"])
      ShowTextAttributes(["namazu_fc1", 1, 0, 2])
      ShowText(["\\n<Catfish Girl>What youthful energy!\nI would also like to play for a little while."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "魔物狩り"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>What a troublesome child.\nI will have to punish you a little bit."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([3, "特にない"])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>Jeez, you don't even have a hobby?\nKids these days are so nihilistic."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>You don't truly appreciate what's important in life until you're older. By the way, what do you find important?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Dreams", "Love", "Money"], 0])
    When([0, "夢"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>Fufufu, that's very mature of you. Wait, were you just saying that to impress me?"])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "愛"])
      ShowTextAttributes(["namazu_fc1", 1, 0, 2])
      ShowText(["\\n<Catfish Girl>Ahh, you're still so innocent. May you never run into a wicked harpy of a woman who changes your mind."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "お金"])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>Well, that's not a bad answer. Money makes the world go 'round, after all."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 17])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>In the sea even I can be stung by jellyfish and sea urchins.\nI'm sorry but can I have some full moon grass?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 17, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[17]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["namazu_fc1", 1, 0, 2])
        ShowText(["\\n<Catfish Girl>Oh, I'm impressed, young man."])
        ShowText([""])
        ChangeItems([17, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["namazu_fc1", 2, 0, 2])
        ShowText(["\\n<Catfish Girl>Well, it is disgraceful to rely on the young ones."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 59])
      ShowTextAttributes(["namazu_fc1", 0, 0, 2])
      ShowText(["\\n<Catfish Girl>Jeez, my electrical power has weakened.\nSorry, but can I have a thunder stone?"])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 59, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[59]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["namazu_fc1", 1, 0, 2])
        ShowText(["\\n<Catfish Girl>Oh, I'm impressed, young man."])
        ShowText([""])
        ChangeItems([322, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["namazu_fc1", 2, 0, 2])
        ShowText(["\\n<Catfish Girl>Well, it is disgraceful to rely on the young ones."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>For just a little while, I want to go wild and enjoy myself in town.\nThe elderly don't have much, will you help me out?"])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([7, 255, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 255G? (Remaining: \\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["namazu_fc1", 1, 0, 2])
        ShowText(["\\n<Catfish Girl>Oh, I'm impressed, young man."])
        ShowText([""])
        ChangeGold([1, 0, 255])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["namazu_fc1", 2, 0, 2])
        ShowText(["\\n<Catfish Girl>Well, it is disgraceful to rely on the young ones."])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["namazu_fc1", 2, 0, 2])
      ShowText(["\\n<Catfish Girl>...that being said, you are pretty poor too."])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>You have impressed me, young man.\nAs a reward, take this gem."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([67, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Catfish Girl gave you an \\ii[67]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I am impressed, young man. Take some of my mucus.\nIt can be surprisingly useful."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([165, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Catfish Girl gave you some \\ii[165]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["namazu_fc1", 0, 0, 2])
    ShowText(["\\n<Catfish Girl>I am impressed, young man. Take some of my pocket money.\nSpend it wisely."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 425])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Catfish Girl gave you 425G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
